We are migrating the bug tracker to github Issues. This is now the preferred way to report NASM bugs.
Self-registration is disabled due to spam issue (mail gorcunov@gmail.com or hpa@zytor.com to create an account)
Using a negative value for times now results in a panic, as follows: $ nasm -v NASM version 2.14rc0-20170624 compiled on Jun 24 2017 $ cat nasmbug.asm times -1 db 0 $ nasm nasmbug.asm -o nasmbug.bin nasmbug.asm:1: panic: assertion output_ins.times >= 0 failed at asm/nasm.c:1342 $ Previously this would cause an "error: TIMES value -1 is negative".
This is due to commit 3e458a89d8c985527313305b55d5725cf382e862. Peter, take a look please.
Fixed in checkin 94ead27971de001aea5b403130b2a94cf152ebd4. This fix will be included in NASM 2.13.02rc2.
*** Bug 3392438 has been marked as a duplicate of this bug. ***